DELETE /File/{id}/

Deletes the file or folder with the specified ID.
 

Request

Method Request URI
DELETE /API/File/{id}/?options=value&sessionId=value

URI Parameters

URI Parameter Description
options Options affecting the behavior of the operation. See Dundas.BI.FileSystem.DeleteOptions for more details.
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file or folder to delete.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.DeleteResultData object or a reason for operation failure.